home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
new
/
clipboot.arj
/
BLINK.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-04
|
348b
|
10 lines
@Echo Off
cls
if exist clipboot.old del clipboot.old
:-------------------------------------------------------------:
: set up for Blinker to find the object files for the project :
:-------------------------------------------------------------:
SET OBJ=C:\CLIPPER\OBJ;C:\CLIPPER\PROJECTS\LISTER\OBJ;
rmake makefile
SET OBJ=C:\CLIPPER\OBJ;